.container{width: 1190px;margin: auto;}
.clear{clear: both;}

.index_parsdtw_aboutus{width: 100%;min-width: 1190px;max-width: 1920px;min-height: 472px;background: url(../ZERO/img/aboutbg.jpg) center center no-repeat ;}

.page_atitle{position: absolute;top: 63px;left: 0px;font-size: 30px;color: #fff;line-height: 32px;}
.page_atitle span{font-size: 19px;color: #cecece;text-transform: uppercase;}
.page_a1{font-size: 16px;font-weight: bold;left: 74px;top: 168px;color: #fff;position: absolute;}
.page_a2{font-size: 16px;font-weight: bold;left: 397px;top: 168px;color: #fff;position: absolute;}
.page_a3{font-size: 16px;font-weight: bold;left: 750px;top: 168px;color: #fff;position: absolute;}
.page_acon{position: absolute;top: 230px;font-size: 14px;color: #e9e9e9;width: 100%;line-height: 30px;}


.page_amore{position: absolute;top:380px;width: 100%;left: 0px;}

.page_choose{position: absolute;left: 30px;top: 640px;font-size: 29px;color: #fefefe}
.page_choose2{position: absolute;left: 30px;top: 686px;font-size: 18px;color: #fefefe;font-family: arial}
.page_choose3 img{position: absolute;left: 615px;top: 653px;transition: all 0.6s; }

.page_choose3:hover img{
	transform: translate(10px);
    -ms-transform: translate(10px);		/* IE 9 */
    -webkit-transform: translate(10px);	/* Safari and Chrome */
    -o-transform: translate(10px);		/* Opera */
    -moz-transform: translate(10px);
    transition: all 0.6s;
}

.page_choose5{transition: all 1.2s; }

.index_parsdtw_aboutus:hover .page_choose5{
	transform: translate(30px);
    -ms-transform: translate(30px);		/* IE 9 */
    -webkit-transform: translate(30px);	/* Safari and Chrome */
    -o-transform: translate(30px);		/* Opera */
    -moz-transform: translate(30px);
    transition: all 1.2s;
}


#page_aboutpic,#index_advantage_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}